home *** CD-ROM | disk | FTP | other *** search
- *******************************************************************************
- * dat.i
- *******************************************************************************
- * INFO data to be included along with shl_strtup.i
- * NOTE - DsplDef: DisplayDefinition structure to open the display
- * - DIAdr: the DisplayInfo structure of the opened display
- * - CmdLnArgs: the command line arguments buffer
- * - ignore the other variables
- *******************************************************************************
-
- data
-
- cnop 0,4
- _DOSBase dc.l 0
- _GfxBase dc.l 0
- _TCSBase dc.l 0
- _SysView dc.l 0
- _SysVecs ds.l 7
- _VBR dc.l 0
- _SysINTENA dc.w 0
- _SysDMACON dc.w 0
- _RDArgs dc.l 0
- DIAdr dc.l 0 ;TCS display structure pointer
- ifd ARGSNO
- CmdLnArgs ds.l ARGSNO ;command line arguments pointers
- endif
-
- DsplDef dc.l VDOMODE ;DisplayDefinition
- dc.l 0,0 ;structure
- dc.w DSPLX0,DSPLY0
- dc.w DSPLX1,DSPLY1
- dc.w SCRWD,SCRHT
- dc.w DSPLBRTNS
- dc.w GFXCTXT
- dc.w CWBTM,CWTOP,CWRT,CWLF
-
- DOSNm dc.b "dos.library",0
- GfxNm dc.b "graphics.library",0
- TCSNm TCSNAME
- even
-